home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Tri57.Form < prev    next >
Text File  |  1994-05-02  |  138b  |  24 lines

  1. tri57
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-13.0
  6.         x2= 1.0
  7.         y1=-6.15
  8.         y2= 6.15
  9.     }
  10.     {
  11.         t=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         t=sin(t)
  16.         z=z+t
  17.     }
  18.     {
  19.         z>t
  20.     }
  21.     {
  22.     }
  23. }
  24.